home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / store39.zip / STORE.DOC < prev    next >
Text File  |  1992-04-23  |  19KB  |  407 lines

  1.  
  2.                                  LIVESTORE 3.9
  3.                                    =========
  4.  
  5.          One of The Livewire BBS PCBoard(TM) multi-BBS Doorware programs.
  6.                   Supporting PCBoard, Wildcat!, Gap, QBBS, RBBS,
  7.                     Remote Access, SpitFire, WWIV and others.
  8.  
  9.                                       By
  10.  
  11.                                 Richard Paquette
  12.                                    PO Box 416
  13.                               Mt. Laurel, NJ 08054
  14.  
  15.                                (C) Copyright 1992
  16.                                All Rights Reserved
  17.  
  18.                  DOOR DESCRIPTION!
  19.  
  20.     This door allows the sysop to establish a shopping center environment
  21. for his/her bbs. This door will allow up to 54 Departments when registered and
  22. only 3 while being used for evaluation purposes.
  23.  
  24.     The first screen to be seen (if exist) is a welcome screen, this MUST
  25. be called LIVESTR.SCR. It can be edited with most any ansi/ascii program. If
  26. you use THEDRAW, please save it with a ALT-B option at maximum 18 lines. It
  27. will display much faster and complete this way. Other programs we aren't sure
  28. about.. let us know!
  29.  
  30.     The next screen shown will be the Main Department Selection Screen, if
  31. you have more than 27 departments, there will be a prompt such as:
  32.  
  33.                  FIRST FLOOR [CR] = Second Floor Departments
  34.                   " Press ENTER to continue or E to exit "
  35.  
  36.     If they hit [CR] then the next floor will be displayed in much the
  37. same way saying:
  38.  
  39.         SECOND FLOOR [CR] = First Floor Departments
  40.     
  41.     But on this floor they will be prompted for the department they wish
  42. to visit. If a [CR] is hit, then they will be brought back to the FIRST FLOOR
  43. automatically at which time the first prompt will be shown again, if they hit
  44. E to exit, then they will be prompted for the department they wish to visit.
  45.  
  46.     If they enter a department number above your last department, they will
  47. be told "NO SUCH DEPARTMENT" and the prompt will return. If they select any
  48. department and LIVESTORE CANNOT find the display file, they will be prompted
  49.  "File not found, Please notify your Sysop!". Hopefully, they will leave you
  50. a comment so that the problem can be fixed.
  51.  
  52.     When viewing a department screen, the prompt bar will have always have
  53. the following options:
  54.  
  55.        [O]=Order  [S]=Search  [M]=Menu  [Q]=Quit to BBS  [CR]=Continue
  56.  
  57.     If the O option is selected, they will be prompted for all the info-
  58. mation we need to create an order file for you called (orders.yes) in the
  59. program directory. At almost every prompt, they have the option to [Q] the
  60. order.. this WILL NOT write and orders.yes file. They will simply be brought
  61. back to the Main Department Menu.
  62.  
  63.     If they select the S option, they will be prompted whether they would
  64. like it displayed [1]=One line at the time or [2]=Full page display. Then they
  65. are prompted for the "keyword" to search.. if none is found, they are brought
  66. back to the Main Department Menu. Of course if the "keyword" is found, it will
  67. be displayed in whichever manner they selected. (I hope)
  68.  
  69.     If they select the M option, they are brought back to the Main Menu.
  70.  
  71.     If they select the Q option, they are brought back to the BBS Menu.
  72.  
  73.     If they hit [CR] then the department file continues to display with
  74. the prompt line always there giving them all the options at any time.
  75.  
  76.     Well, that is about it for the screens. Of course if any of the files
  77. needed for display in a department aren't there.. then they will have a hard
  78. time to order anything! <GR>
  79.  
  80. IMPORTANT NOTE FOR NON STANDARD IRQ's:
  81.  
  82.                   Supports COM 1 to 4 on the standard IRQ's
  83.                     Com1/Com3 = IRQ4 and Com2/Com4 = IRQ3
  84.  
  85.                You can make use of the IRQ environment variable
  86.  
  87.     If you wish to use a non-standard IRQ, add the IRQ number after the 
  88. configuration filename. For example the program is STORE and you want to use 
  89. Com1 and IRQ5. The command line passed to your door would be:
  90.                             STORE STORE.CFG /5 
  91.                                    or
  92.              STORE STORE.CFG /%IRQ% using the environment variable
  93.  
  94.     The /5 tells STORE to use IRQ5 rather than the standard IRQ4 that is
  95. normally used with COM1. No /x parameter is needed for the standard IRQ's.
  96.  
  97.                                       FILES
  98.  
  99.              The following files are packaged with LIVE38.ZIP
  100.  
  101.  Store.exe   <--- executable program (MUST BE IN DIRECTORY)
  102.  Store.cfg   <--- sample configuration file (MUST BE IN DIRECTORY)
  103.  Store.ndx   <--- file names for each department (MUST BE IN DIRECTORY)
  104.  Store.doc   <--- You are reading it right now
  105.  Store.new   <--- explains whatsnew with each version
  106.      *.txt   <--- All the same files renamed for Samples ONLY!
  107.  Store.scr   <--- Welcome screen that MUST be remain named STORE.SCR
  108.  Store.log * <--- program will create and append with each visitor
  109.  Store.ord * <--- created when an order is placed from any department
  110.                   and appended if not deleted.
  111.  
  112.                   EXPLANATION OF STORE.CFG FILE NEEDED
  113.  
  114.     %PCBDRIVE%%PCBDIR%\USERS.SYS <-- Using environment variables for path
  115.     The Livewire BBS             <-- Your BBS Name
  116.     Richard                      <-- Your First Name
  117.     Paquette                     <-- Your Last Name
  118.     99999                        <-- Registration # (something MUST be here)
  119.     Callers Digest, Inc.         <-- Your company or BBS name displayed on Menu
  120.     YES                          <-- Accept Credit Cards (Visa/MC) Yes or No
  121.     9                            <-- Number of Departments (SEE NOTE BELOW)
  122.     Add-On Cards                 <-- Name of department (20 character MAX)
  123.     USR Modems                   <-- Name of department 
  124.     VGA Monitors                 <-- Name of department
  125.     Artisoft Lantastic           <-- Name of department
  126.     Mother-Boards                <-- Name of department
  127.     Keyboards                    <-- Name of department
  128.     Entire Systems               <-- Name of department
  129.     Floppy Drives                <-- Name of department
  130.     Hard Drives                  <-- Name of department
  131.         
  132.     NOTE: If you are haven't registered LIVESTORE, then any number you
  133. enter here over 3 will NOT be displayed.. an UNREGISTERED version can only
  134. handle 3 departments.. so it will overlook any department names after the
  135. third one!
  136.  
  137.                    EXPLANATION OF STORE.NDX FILE NEEDED
  138.     
  139.     EACH of these files MUST be made up by YOU.. We have no outlets for 
  140. any products whatsoever. The products and txt file to display are all your
  141. responsibility. PLEASE do not call us for products or text files.. we have
  142. none.. the text files shown in our copy of STORE on The Livewire BBS are for
  143. display sample ONLY!
  144.  
  145.     addon.txt      <-- Standard DOS filenames for department files
  146.     modems.txt     <-- Department two
  147.     vga.txt        <-- Department three
  148.     lan.txt        <-- etc..
  149.     boards.txt     <-- etc..
  150.     keyboard.txt   <-- etc..
  151.     systems.txt    <-- NOTE: these files MUST BE in the same directory
  152.     floppy.txt     <-- that the door is being run from, for example:
  153.     hard.txt       <-- if you have c:\pcb\store then all go in store dir.
  154.  
  155.  
  156.     If you have any other suggestions to improve this program and/or have
  157. problems, please call us at THE LIVEWIRE BBS (number at bottom) and leave us
  158. a C)omment explaining in detail what happened, leave us a voice number and we
  159. will be glad to call you back to help with the setup and/or fix the problem.
  160.  
  161.     The following are examples for the first FOUR lines only, you must
  162. read the above for the proper configuration file after the top FOUR lines!
  163.  
  164.         EXAMPLE CONFIGURATION FILE FOR NEW WILDCAT 3.0
  165.         ------------------------------------------
  166.  
  167.         C:\CAT\USERINFO.DAT <=-  (Full pathname of your USERINFO.DAT file)
  168.         The Livewire BBS    <=-  (Change this to your BBS name)
  169.         Richard             <=-  (The Sysop's first name)
  170.         Paquette            <=-  (The Sysop's last name)
  171.  
  172.         EXAMPLE CONFIGURATION FILE FOR DOOR.SYS
  173.         ---------------------------------------
  174.  
  175.         C:\BBS\DOOR.SYS     <=-  (Full pathname of your DOOR.SYS file)
  176.         The Livewire BBS    <=-  (Change this to your BBS name)
  177.         Richard             <=-  (The Sysop's first name)
  178.         Paquette            <=-  (The Sysop's last name)
  179.  
  180.         EXAMPLE CONFIGURATION FILE FOR CALLINFO.BBS
  181.         -------------------------------------------
  182.  
  183.         C:\BBS\CALLINFO.BBS <=-  (Full pathname of your CALLINFO.BBS file)
  184.         The Livewire BBS    <=-  (Change this to your BBS name)
  185.         Richard             <=-  (The Sysop's first name)
  186.         Paquette            <=-  (The Sysop's last name)
  187.  
  188.         EXAMPLE CONFIGURATION FILE FOR DORINFOx.DEF
  189.         -------------------------------------------
  190.  
  191.         C:\BBS\DORINFOx.DEF <=-  (Full pathname of your DORINFOx.DEF file
  192.                                   where 'x' is the BBS Node number.
  193.         The Livewire BBS    <=-  (Change this to your BBS name)
  194.         Richard             <=-  (The Sysop's first name)
  195.         Paquette            <=-  (The Sysop's last name)
  196.  
  197.         EXAMPLE CONFIGURATION FILE FOR SFDOORS.DAT
  198.         ------------------------------------------
  199.  
  200.         C:\BBS\SFDOORS.DAT  <=-  (Full pathname of your SFDOORS.DAT file)
  201.         The Livewire BBS    <=-  (Change this to your BBS name)
  202.         Richard             <=-  (The Sysop's first name)
  203.         Paquette            <=-  (The Sysop's last name)
  204.  
  205.         EXAMPLE CONFIGURATION FILE FOR CHAIN.TXT
  206.         ----------------------------------------
  207.  
  208.         C:\BBS\CHAIN.TXT    <=-  (Full pathname of your CHAIN.TXT file)
  209.         The Livewire BBS    <=-  (Change this to your BBS name)
  210.         Richard             <=-  (The Sysop's first name)
  211.         Paquette            <=-  (The Sysop's last name)
  212.  
  213.                                  ==============
  214.  
  215.                                 STORE BATCH FILE
  216.  
  217. This is the batch file whose name is entered in your SETUP. It should reside in
  218. your default directory. Leave this as is except for changing the paths.
  219.  
  220.           ECHO OFF
  221.           E:\
  222.           CD\STORE
  223.           STORE STORE.CFG  <--- Please read NOTE below
  224.           C:\
  225.           CD\PCB
  226.           BOARD
  227.  
  228.   NOTE: STORE requires the presence of BRUN45.EXE either in the
  229.         same directory as STORE or accessible via PATH. If you set
  230.         your library in autoexec.bat and all the brun files there,
  231.         then you have no problems.. 
  232.  
  233.         SET MYLIB = C:\MYLIB
  234.  
  235.         Be sure to put all your brun*.exe files in the mylib directory!
  236.  
  237.         NOTE: There is NO need for seperate configuration files for each
  238.               node.. you can use the same STORE.CFG for each node batch
  239.               file. If you have problems, please notify us as soon as you
  240.               can with copies of your batch file and config file.
  241.  
  242.                      ------------------------------------
  243.  
  244.                                 DOOR OPERATION
  245.                                 --------------
  246.   
  247.   F3    -   Toggles the printer On/Off.
  248.             Value is passed to PCBoard.
  249.   F4    -   Toggles the Page Bell On/Off.
  250.             Value is passed to PCBoard.
  251.   F5    -   DOS Shell.  Allows SysOp to exit to DOS from inside a DOOR.
  252.   F7    -   Toggles the Caller Alarm On/Off.
  253.             Value is passed to PCBoard.
  254.   F8    -   Returns the caller involuntarily to PCBoard.
  255.             Without letting them know that the sysop called them back!
  256.   F9    -   Toggles the local display On/Off.
  257.             Value is passed to PCBoard.
  258.   F10   -   Activates SysOp CHAT mode within the DOOR.
  259.  
  260.   ESC   -   Deactivates CHAT mode.  DOOR is resumed.
  261.   HOME  -   HELP key for status line options.
  262.   UP    -   Allows the SysOp to temporarily give the caller extra time
  263.             while in the DOOR.  This time is NOT passed to PCBoard.
  264.   DN    -   Allows the SysOp to temporarily subtract time from the
  265.             caller while in the DOOR.  This time is NOT passed to PCBoard.
  266.   ALT-N -   SysOp next on toggle.
  267.             Value is passed to PCBoard.
  268.   ALT-X -   PCBoard will exit after current caller logs off.
  269.             Value is passed to PCBoard.
  270.  
  271.                             WATCHDOG/CTTY/ANSI.SYS
  272.                             ----------------------
  273.  
  274.         CTTY and WATCHDOG are not required and should not be used with
  275.         this program.  STORE contains its own communication routines
  276.         which monitor the COM port.  If carrier is lost, it will return
  277.         to the BBS where the BBS will log the user off the system.
  278.  
  279.         ANSI.SYS or something similar, is required for STORE to function.
  280.  
  281.                                  DISTRIBUTION
  282.                                  ------------
  283.  
  284.         STORE is COPYRIGHTED by Richard Paquette, with all rights reserved.
  285.         This program is being distributed via the SHAREWARE concept and as
  286.         such, may be copied freely with the following restrictions:
  287.  
  288.                 * The program must be supplied in it's original
  289.                   unmodified form, including documentation.
  290.  
  291.                 * STORE may not be distributed as part of any
  292.                   commercial application or service without the
  293.                   express, written consent of the author.
  294.  
  295.                 * Vendors of Shareware/Public Domain software may
  296.                   not distribute this program without the express,
  297.                   written consent of the author.
  298.  
  299.                                  REGISTRATION
  300.                                  ------------
  301.  
  302.         STORE represents many hours of programming and the author
  303.         deserves just compensation for his time, efforts and expertise.
  304.         If you find this program to be of some value and you continue
  305.         to use it on your BBS system, you must return the registration
  306.         form provided along with the registration fee. Registration
  307.         entitles you to free upgrades via modem from The Livewire's Support
  308.  
  309.            **********           REGISTER ONLINE          ***********
  310.  
  311.         You may also call The Livewire BBS and register online via
  312.         Visa or Mastercard using our online Credit Card door which will 
  313.         produce your registration number on the spot! At the main board
  314.         prompt just type  REGISTER  and presto.. 
  315.  
  316.         Suggestions and/or comments may be sent to the address below or
  317.         via electronic mail: 
  318.  
  319.         The executable has been compressed using PKLite and if you have
  320.         any problems.. please call The Livewire BBS and download an exe
  321.         that hasn't been compressed with PKLite.. We have NOT had any
  322.         problems but wanted to notify you the exe is available in its
  323.         raw state! <GR>
  324.  
  325.                   HUBSNJ for RelayNet and Node ID is: LIVEWIRE
  326.                   HUBNJ  for Intellec and Node ID is: LIVEWIRE
  327.                   HUBNJ  for AfterDrk and Node ID is: LIVEWIRE
  328.                   HUBNJ  for SmartNet and Node ID is: LIVEWIRE
  329.                          ILink with Node ID of LIVEWIRE
  330.                        FidoNet Address:  1/266:36@fidoorg
  331.                                 Richard Paquette
  332.                                 The Livewire BBS     
  333.  
  334.           Public Access Node1: (609) 235-5297 MNP/5 - 300/1200/2400
  335.           Access to all other Nodes after registering a door program
  336.                             ----------------------
  337.  
  338.          L I V E W I R E   D O O R   R E G I S T R A T I O N   F O R M 
  339.  
  340.  
  341.       TO:    The Livewire BBS                            Date___/___/___ 
  342.              P.O. Box 416  
  343.              Mt. Laurel, NJ 08054
  344.  
  345.  
  346.             (Please use capitalization and punctuation where necessary.)
  347.  
  348.  
  349.       FROM:  SysOp Name: _______________________________________________ 
  350.  
  351.              BBS Name: _________________________________________________
  352.  
  353.              Address: __________________________________________________ 
  354.  
  355.              City: ______________________ State: __________ ZIP: _______ 
  356.  
  357.              Voice: (   ) _________________ BBS: (   ) _________________
  358.  
  359.              BBS Software: _____________________ BBS Hours: ____________
  360.  
  361.              Baud Rates:________________________                 (01-15)
  362.  
  363.  
  364.       SOFTWARE                          VERSION                   PRICE 
  365.       --------                          -------                   -----
  366.  
  367.       Store .(previously LiveStore)...... 3.9 ................. $ 35.00 __
  368.       CD-Sub ............................ 3.7 ................. $ 30.00 __
  369.       Facts ............................. 2.4 ................. $ 20.00 __
  370.       WordPlay .......................... 1.6 ................. $ 20.00 __
  371.       Races ............................. 2.1 ................. $ 20.00 __
  372.       Lottery ........................... 3.8 ................. $ 20.00 __
  373.       Feud .............................. 1.3 ................. $ 20.00 __
  374.       Trek Trivia Online ................ 2.0 ................. $ 30.00 __
  375.       Choice ............................ 2.0 ................. $ 20.00 __
  376.       SexQuiz ........................... 1.8 ................. $ 35.00 __
  377.       Name that Tune .................... 1.9 ................. $ 30.00 __
  378.       TV Trivia ......................... 1.5 ................. $ 30.00 __
  379.       BBS Callers Digest Online! ..............................   Call  __
  380.   
  381.       All of the above ........................................ $225.00 __
  382.  
  383.       (NJ residents add 7% tax)                                   _____
  384.  
  385.       (Foreign orders add $10.00 for shipping)                    _____
  386.  
  387.       Total                                                     $ _____ 
  388.  
  389.  
  390.                                 F E E D B A C K 
  391.                                 ---------------
  392.  
  393.       I learned of STORE from:
  394.  
  395.                 [  ] - A Friend         [  ] - Computer Club
  396.                 [  ] - BBS              [  ] - Compuserve
  397.                 [  ] - GEnie            [  ] - Other 
  398.  
  399.       COMMENTS: _____________________________________________________ 
  400.       _______________________________________________________________ 
  401.       _______________________________________________________________ 
  402.       _______________________________________________________________ 
  403.       _______________________________________________________________ 
  404.       _______________________________________________________________ 
  405.       _______________________________________________________________ 
  406.       _______________________________________________________________ 
  407.